img {
  display: inline-block;
  max-width: 100%;
}

.heading-section {
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #980d76;
  text-align: center;
}

.main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.form-section {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.webflow-container {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.webflow-container.footer-container {
  display: block;
}

.webflow-container.form-flow {
  min-height: 600px;
  margin-top: 24px;
  padding-bottom: 0px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row.no-bottom-spacing {
  margin-bottom: 0px;
}

.form-row.bottom-spacing {
  margin-bottom: 10px;
}

.form-row.top-spacing {
  margin-top: 30px;
}

.form-row.navigation {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-row.navigation.right-flex {
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
}

.body.validate {
  background-color: #fff;
}

.div-block {
  background-color: hsla(225, 2%, 40%, .08);
}

.webflow-text-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #efeff0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: hsla(225, 2%, 40%, .08);
  font-family: 'Open Sans', sans-serif;
  color: #646568;
  font-size: 14px;
}

.webflow-text-input:focus {
  border-bottom-color: #980d76;
}

.webflow-text-input::-webkit-input-placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.webflow-text-input:-ms-input-placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.webflow-text-input::-ms-input-placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.webflow-text-input::placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.label {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
  font-size: 12px;
}

.label.no-top-label {
  margin-top: 5px;
}

.webflow-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 115px;
  min-height: auto;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webflow-input-wrapper.hidden-block.hidden-field {
  display: none;
}

.webflow-input-wrapper.hidden-field {
  display: none;
}

.webflow-input-wrapper.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.webflow-input-wrapper.checkbox-wrapper {
  width: auto;
  margin-top: 15px;
}

.webflow-input-wrapper.time-slot-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.field-error {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #bf2727;
  font-size: 12px;
}

.field-error.embed-error {
  margin-top: -20px;
  margin-bottom: 20px;
}

.paragraph {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-section-heading {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  border: 1px solid #646568;
  background-color: #fff;
}

.html-embed {
  width: 100%;
  margin-top: 10px;
}

.submit-button {
  width: 300px;
  height: 48px;
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  background-color: #f7941e;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.submit-button:hover {
  box-shadow: 0 0 6px 0 hsla(225, 2%, 40%, .5);
}

.checkbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-row.no-bottom-spacing {
  margin-bottom: 0px;
}

.checkbox-row.top-spacing {
  margin-top: 30px;
}

.checkbox-row.hidden-field {
  display: none;
}

.submit-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-row.no-bottom-spacing {
  margin-bottom: 0px;
}

.field-error-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-error-row.no-bottom-spacing {
  margin-bottom: 0px;
}

.footer-section {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #59595b;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._50-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 20px;
}

._50-div.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-text-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: lowercase;
}

.footer-paragraph {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  margin-top: -7px;
}

.webflow-text-input-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #efeff0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #efeff0;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
  font-size: 14px;
}

.webflow-text-input-disabled:focus {
  border-bottom-color: #980d76;
}

.webflow-text-input-disabled::-webkit-input-placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.webflow-text-input-disabled:-ms-input-placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.webflow-text-input-disabled::-ms-input-placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.webflow-text-input-disabled::placeholder {
  color: hsla(225, 2%, 40%, .27);
}

.intro-paragraph {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
}

.webflow-dropdown {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border-style: none;
  background-color: #eeeff0;
  font-size: 14px;
}

.webflow-dropdown:hover {
  border-bottom: 2px none #980d76;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efeff0;
}

.dropdown-text {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
}

.dropdown-list.w--open {
  background-color: #efeff0;
}

.dropdown-link {
  color: #646568;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, .08);
}

.loading-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #980d76;
}

.loading-elements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-heading {
  margin-top: 0px;
  margin-bottom: -9px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.loader-image {
  margin-top: 28px;
  margin-left: 0px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.loading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #980d76;
}

.datalist {
  width: 31%;
}

.option {
  height: 50px;
}

.data {
  max-height: 200px;
  background-color: #f3f3f3;
}

.checkbox-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.success-fullpage {
  height: 100vh;
  background-color: #00ffb8;
}

.hidden-embed {
  display: none;
}

.error-wrapper {
  width: 500px;
}

.error-text {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.submit-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-loading {
  position: absolute;
  z-index: 1;
  display: none;
  width: 50px;
  margin-top: 20px;
  margin-left: 0px;
}

.submit-error {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #bf2727;
  font-size: 12px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.phase-wrapper {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #646568;
}

.label-inline {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
  font-size: 12px;
}

.trigger {
  width: 100%;
  height: 10px;
  background-color: #b3b3b3;
}

.reset-link {
  margin-top: 10px;
  color: #980d76;
}

.back-button {
  width: 125px;
  height: 38px;
  margin-top: 40px;
  border: 1px solid #f69135;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #f69135;
  line-height: 20px;
  text-align: center;
}

.back-button:hover {
  box-shadow: 0 0 6px 0 hsla(225, 2%, 40%, .5);
}

.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 100px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.time-wrapper.hidden-block.hidden-field {
  display: none;
}

.time-wrapper.hidden-field {
  display: none;
}

.time-wrapper.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.time-wrapper.checkbox-wrapper {
  margin-top: 15px;
}

.field-label {
  font-weight: 400;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.complex-button {
  width: 125px;
  height: 38px;
  margin-top: 15px;
  border: 1px solid #f69135;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #f69135;
  line-height: 20px;
  text-align: center;
}

.field-info {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
  font-size: 12px;
}

.field-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 100px;
  margin-top: 0px;
  margin-right: 30px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-info-wrapper.hidden-block.hidden-field {
  display: none;
}

.field-info-wrapper.hidden-field {
  display: none;
}

.field-info-wrapper.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-info-wrapper.checkbox-wrapper {
  width: auto;
  margin-top: 15px;
}

.field-info-link {
  color: #646568;
  font-size: 12px;
}

.sub-heading {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #646568;
  font-size: 16px;
  font-weight: 600;
}

.highlight-text {
  font-weight: 700;
  text-decoration: underline;
}

.list {
  margin-top: 10px;
}

.list-item {
  margin-bottom: 5px;
}

.submitanimationwrapper {
  display: none;
  width: 100px;
  height: 75px;
}

.submit-loading-2 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 75px;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.submit-button-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  display: block;
  width: 125px;
  height: 38px;
  margin-top: 40px;
  border-radius: 5px;
  background-color: #f7941e;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.submit-button-2:hover {
  box-shadow: 0 0 6px 0 hsla(225, 2%, 40%, .5);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.accordion-wrapper {
  margin-top: 0px;
  margin-bottom: 16px;
}

.accordion-item {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #cececf;
}

.accordion-trigger {
  padding: 8px 24px;
  cursor: pointer;
}

.accordion-trigger:hover {
  background-color: #f2f2f2;
}

.accordion-content {
  overflow: hidden;
  padding-right: 24px;
  padding-left: 24px;
}

.rich-text-block {
  position: static;
}

.image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

@media (max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
  .form-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .webflow-text-input {
    font-size: 16px;
  }
  .webflow-input-wrapper {
    width: 47%;
  }
  .footer-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  ._50-div {
    width: auto;
  }
  ._50-div.right {
    width: auto;
  }
  .webflow-text-input-disabled {
    font-size: 16px;
  }
  .webflow-dropdown {
    font-size: 16px;
  }
  .loading-heading {
    font-size: 24px;
    line-height: 120%;
  }
  .submit-loading {
    margin-left: 0px;
  }
  .time-wrapper {
    width: 47%;
  }
  .field-info-wrapper {
    width: 47%;
  }
  .submit-loading-2 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  img {
    display: block;
    width: auto;
    height: auto;
  }
  .heading-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-title {
    margin-top: 20px;
    margin-left: 0px;
  }
  .form-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .webflow-input-wrapper {
    width: 100%;
  }
  .footer-section {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._50-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text-column {
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo {
    height: 60px;
    max-width: auto;
  }
  .error-wrapper {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .submit-button-wrapper {
    padding-left: 20px;
  }
  .time-wrapper {
    width: 100%;
  }
  .field-info-wrapper {
    width: 100%;
  }
  .accordion-wrapper {
    padding: 0px 20px;
  }
  .image {
    width: auto;
    height: 60px;
    max-width: auto;
  }
}

@media (max-width: 479px) {
  .heading-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-title {
    text-align: left;
  }
  .form-row {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-row.checkbox-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .webflow-text-input {
    width: 100%;
  }
  .webflow-input-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .html-embed {
    margin-right: 10px;
  }
  .submit-button {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .checkbox-row {
    padding-right: 20px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._50-div {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-text-column {
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .header-wrapper {
    padding: 20px;
  }
  .footer-logo {
    margin-top: 0px;
  }
  .webflow-text-input-disabled {
    width: 100%;
  }
  .submit-button-wrapper {
    margin-right: 0px;
    padding-right: 20px;
  }
  .time-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .field-info-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .accordion-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image {
    width: auto;
    height: 60px;
  }
}

